home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 June: Reference Library / Dev.CD Jun 99 RL Disk 1.toast / Technical Documentation / Develop / develop Issue 28 / develop Issue 28 code / MacApp Debugging / TwistDownLists / TDLCopyright.h < prev    next >
Encoding:
Text File  |  1996-10-04  |  608 b   |  18 lines  |  [TEXT/MPS ]

  1. //----------------------------------------------------------------------------------------
  2. // TDLCopyright.h
  3. // ETO20 MacApp 3.3.1, MPW 3.4.1
  4. // Copyright ©1996 Conrad Kopala
  5. // Twist Down Lists version 2.0a0 7/15/96
  6. //----------------------------------------------------------------------------------------
  7.  
  8. #ifndef __TDLCOPYRIGHT__
  9. #define __TDLCOPYRIGHT__
  10.  
  11. #define TDL_SHORT_VERSION    "2.0a0"
  12. #define TDL_LONG_VERSION        "Twist Down Lists 2.0a0, © Conrad Kopala. 1994-96"
  13. #define TDL_COPYRIGHT        "Twist Down Lists  Copyright © 1994-96 by Conrad Kopala."
  14. #define TDL_VERS_CODE        0x02, 0x00, alpha, 0x00
  15.  
  16.  
  17. #endif
  18.